+2007-09-17 Hans Breuer <hans@breuer.org>
+
+ * gtk/makefile.msc.in : updated msvc build
+ * gtk/gtkbuilderparser.c : fixed gccism - stack allocated variable
+ size array
+
+ * gtk/gtkselection.c(547) : error C4033: 'gtk_target_list_find'
+ must return a value
+
+ * test/makefile.msc : added some more tests
+ * tests/autotestfilesystem.c : HAVE_UNISTD_H, _rmdir
+
2007-09-17 Amitakhya Phukan <amitakhya@svn.gnome.org>
* configure.in: Added as to ALL_LINGUAS.
size_t msgctxt_len = strlen (msgctxt) + 1;
size_t msgid_len = strlen (msgid) + 1;
const char *translation;
- char msg_ctxt_id[msgctxt_len + msgid_len];
+ char* msg_ctxt_id;
+ msg_ctxt_id = g_alloca (msgctxt_len + msgid_len);
+
memcpy (msg_ctxt_id, msgctxt, msgctxt_len - 1);
msg_ctxt_id[msgctxt_len - 1] = '\004';
memcpy (msg_ctxt_id + msgctxt_len, msgid, msgid_len);
gtk-update-icon-cache --force --ignore-theme-index \
--source builtin_icons stock-icons > gtkbuiltincache.h
+GENERATED = \
+ gtktypebuiltins.h gtktypebuiltins.c \
+ gtkmarshal.h gtkmarshal.c gtkmarshalers.h gtkmarshalers.c \
+ gtk.def gtkalias.h gtkaliasdef.c
+
all : \
..\config.h \
- generated \
+ $(GENERATED) \
gtk-update-icon-cache.exe \
gtkbuiltincache.h \
libgtk-win32-$(GTK_VER)-0.dll \
gtkbindings.obj \
gtkbbox.obj \
gtkbox.obj \
+ gtkbuildable.obj \
+ gtkbuilder.obj \
+ gtkbuilderparser.obj \
gtkbutton.obj \
gtkcalendar.obj \
gtkcelleditable.obj \
gtkaccelgroup.h \
gtkaccellabel.h \
gtkaccelmap.h \
- gtkaccessible.h \
+ gtkaccessible.h \
gtkaction.h \
gtkactiongroup.h \
gtkadjustment.h \
gtkalignment.h \
gtkarrow.h \
gtkaspectframe.h \
- gtkassistant.h \
+ gtkassistant.h \
gtkbbox.h \
gtkbin.h \
gtkbindings.h \
gtkbox.h \
+ gtkbuilder.h \
+ gtkbuildable.h \
gtkbutton.h \
gtkcalendar.h \
gtkcelleditable.h \
gtkcelllayout.h \
gtkcellrenderer.h \
gtkcellrendereraccel.h \
+ gtkcellrenderercombo.h \
gtkcellrendererpixbuf.h \
- gtkcellrendererprogress.h \
+ gtkcellrendererprogress.h \
gtkcellrendererspin.h \
gtkcellrenderertext.h \
gtkcellrenderertoggle.h \
- gtkcellview.h \
+ gtkcellview.h \
gtkcheckbutton.h \
gtkcheckmenuitem.h \
gtkclipboard.h \
gtkclist.h \
- gtkclipboard.h \
gtkcolorbutton.h \
gtkcolorsel.h \
gtkcolorseldialog.h \
gtkcontainer.h \
gtkctree.h \
gtkcurve.h \
- gtkdebug.h \
+ gtkdebug.h \
gtkdialog.h \
gtkdnd.h \
gtkdrawingarea.h \
- gtkeditable.h \
+ gtkeditable.h \
gtkentry.h \
gtkentrycompletion.h \
gtkenums.h \
gtkeventbox.h \
gtkexpander.h \
gtkfilechooser.h \
+ gtkfilechooserbutton.h \
gtkfilechooserdialog.h \
gtkfilechooserwidget.h \
gtkfilefilter.h \
gtkhscale.h \
gtkhscrollbar.h \
gtkhseparator.h \
- gtkstatusicon.h \
- gtkhsv.h \
gtkiconfactory.h \
gtkicontheme.h \
gtkiconview.h \
gtkitem.h \
gtkitemfactory.h \
gtklabel.h \
- gtklayout.h \
+ gtklayout.h \
gtklinkbutton.h \
gtklist.h \
gtklistitem.h \
gtkliststore.h \
gtkmain.h \
- gtkmarshal.h \
gtkmenu.h \
gtkmenubar.h \
gtkmenuitem.h \
gtkmenushell.h \
+ gtkmenutoolbutton.h \
gtkmessagedialog.h \
gtkmisc.h \
+ gtkmodules.h \
gtknotebook.h \
gtkobject.h \
gtkoldeditable.h \
gtkpreview.h \
gtkprintcontext.h \
gtkprintoperation.h \
+ gtkprintoperationpreview.h \
gtkprintsettings.h \
gtkprivate.h \
gtkprogress.h \
gtkprogressbar.h \
- gtkquery.h \
gtkradioaction.h \
gtkradiobutton.h \
gtkradiomenuitem.h \
gtkscalebutton.h \
gtkscrollbar.h \
gtkscrolledwindow.h \
- gtksearchengine.h \
gtkselection.h \
gtkseparator.h \
gtkseparatormenuitem.h \
gtkseparatortoolitem.h \
gtksettings.h \
gtksignal.h \
- gtksizegroup.h \
- gtksignal.h \
+ gtksizegroup.h \
gtksocket.h \
gtkspinbutton.h \
gtkstatusbar.h \
+ gtkstatusicon.h \
gtkstock.h \
gtkstyle.h \
gtktable.h \
- gtktearoffmenuitem.h \
+ gtktearoffmenuitem.h \
gtktext.h \
gtktextbuffer.h \
gtktextbufferrichtext.h \
gtktextchild.h \
gtktextdisplay.h \
gtktextiter.h \
- gtktextlayout.h \
gtktextmark.h \
gtktexttag.h \
gtktexttagtable.h \
gtktoolbar.h \
gtktoolbutton.h \
gtktoolitem.h \
+ gtktooltip.h \
gtktooltips.h \
gtktree.h \
gtktreednd.h \
gtktreeview.h \
gtktreeviewcolumn.h \
gtktypeutils.h \
- gtkuimanager.h \
+ gtkuimanager.h \
gtkvbbox.h \
gtkvbox.h \
gtkviewport.h \
..\config.h : ..\config.h.win32
copy ..\config.h.win32 ..\config.h
-GENERATED = \
- gtktypebuiltins.h gtktypebuiltins.c \
- gtkmarshal.h gtkmarshal.c gtkmarshalers.h gtkmarshalers.c \
- gtk.def gtkalias.h gtkaliasdef.c
-
-#
-# Generated source files:
-#
-generated : $(GENERATED)
- $(TOUCH) generated
-
gtk.def: gtk.symbols makefile.msc
echo EXPORTS > gtk.def
cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES \
copy xgen-gtbc gtktypebuiltins.c
# private marshalers
-gtkmarshalers.h : gtkmarshalers.list
- $(GLIB)\gobject\glib-genmarshal --prefix=_gtk_marshal gtkmarshalers.list --header >>gtkmarshalers.h
+gtkmarshalers.h : gtkmarshalers.list makefile.msc
+ $(GLIB)\gobject\glib-genmarshal --prefix=_gtk_marshal gtkmarshalers.list --header >gtkmarshalers.h
-gtkmarshalers.c : gtkmarshalers.list
+gtkmarshalers.c : gtkmarshalers.list makefile.msc
$(GLIB)\gobject\glib-genmarshal --prefix=_gtk_marshal gtkmarshalers.list --body >gtkmarshalers.c
# public, deprecated marshalers
# Test programs:
#
TESTAPPS = \
- autotestfilechooser floatingtest \
+ autotestfilechooser autotestfilesystem \
+ buildertest floatingtest \
testaccel testactions testassistant \
testbbox \
testcairo testcalendar testcellrenderertext testcombo testcombochange \
testdnd \
testellipsise testentrycompletion \
- testfilechooser testfilechooserbutton \
+ testfilechooser testfilechooserbutton testframe \
testgrouping testgtk \
testicontheme testiconview testimage testinput \
testmenus testmenubars testmerge testmultidisplay testmultiscreen \